Redis is deactivated [XF2.2.15]

Linda

Well-known member
Registered
Joined
Oct 22, 2021
Messages
110
Points
38

Reputation:

Hello,
how do I get "Redis" running again under XF2.2.15?
The ACP says: "Redis is deactivated"
I have deactivated and reactivated it. Unfortunately that did not work.
 

jim

Well-known member
Registered
Joined
Aug 20, 2021
Messages
113
Points
38

Reputation:

did you check if its running on the server?

sudo systemctl status redis-server

Screenshot_29.png


Try to restart it if its already running u could maybe try redis-cli then FLUSHALL
Also make sure to have your redis caching setup in config.php
 
Top